chore: sync skills with Discovery API#669
Conversation
🦋 Changeset detectedLatest commit: 13346a2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs an automated synchronization of the project's skill definitions with the latest Google Discovery API specifications. Additionally, it includes minor documentation improvements to ensure command usage descriptions are accurate and user-friendly. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request synchronizes generated skills with the latest Google Discovery API specs and updates the documentation for the Google Sheets append skill. Specifically, it clarifies the usage and default behavior of the --range flag in SKILL.md and adds a corresponding changeset. I have no feedback to provide.
484827c to
3144cdb
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request synchronizes generated skills with the latest Google Discovery API specs and updates the documentation for the gws sheets +append command, specifically clarifying the default behavior and usage of the --range flag. I have no feedback to provide as there are no review comments.
ae37a95 to
503dee8
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request syncs generated skills with the latest Google Discovery API specs and updates the documentation for the gws sheets +append command, specifically regarding the --range parameter. A review comment suggests using double quotes for A1 notation examples to prevent shell expansion issues in environments like zsh.
| | `--values` | — | — | Comma-separated values (simple strings) | | ||
| | `--json-values` | — | — | JSON array of rows, e.g. '[["a","b"],["c","d"]]' | | ||
| | `--range` | — | `A1` | Target range in A1 notation (e.g. 'Sheet2!A1') to select a specific tab | | ||
| | `--range` | — | — | Target range in A1 notation (e.g. 'Sheet2!A1'). Defaults to 'A1' (first sheet) | |
There was a problem hiding this comment.
The example range 'Sheet2!A1' uses single quotes, which can cause issues in shells like zsh due to history expansion of the ! character. The project's shared reference (gws-shared/SKILL.md) explicitly warns against this and recommends using double quotes for sheet ranges to avoid command mangling. Please update the example to use double quotes. Note that since this file is generated, the source help string in the command definition (likely in sheets.rs) should also be updated to ensure consistency in future generations.
| | `--range` | — | — | Target range in A1 notation (e.g. 'Sheet2!A1'). Defaults to 'A1' (first sheet) | | |
| | --range | — | — | Target range in A1 notation (e.g. "Sheet2!A1"). Defaults to "A1" (first sheet) | |
503dee8 to
28a738e
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for Google Workspace skills to align with the latest Google Discovery API specifications. Key changes include adding specific instructions for Chat target resources in the gws events subscription methods and clarifying the default behavior of the --range flag in the gws sheets +append skill. A changeset file has also been added to track these updates for the @googleworkspace/cli package. I have no feedback to provide.
28a738e to
8c21cc9
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request syncs generated skills with the latest Google Discovery API specs. Key changes include updating the documentation for Google Workspace subscription methods (create and patch) to include details for Chat target resources and authorization scopes, and refining the documentation for the --range flag in the Google Sheets append skill to clarify its default behavior and usage. I have no feedback to provide.
184ecfa to
c29347a
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for the Google Workspace CLI, specifically for the gws sheets +append skill, to clarify the usage and default behavior of the --range flag. It also includes a changeset to sync generated skills with the latest Google Discovery API specifications. I have no feedback to provide.
c29347a to
2020f34
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request syncs generated skills with the latest Google Discovery API specs and updates the documentation for the Google Sheets append skill, specifically clarifying the usage and default behavior of the --range flag. I have no feedback to provide.
64f5789 to
91a774e
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request synchronizes generated skills with the latest Google Discovery API specs and updates the documentation for the gws sheets +append command, specifically clarifying the --range flag's default behavior and usage. I have no feedback to provide as there are no review comments.
91a774e to
a62ad71
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the @googleworkspace/cli package by syncing generated skills with the latest Google Discovery API specs. Specifically, it refines the documentation for the gws sheets +append command's --range flag to clarify its default behavior and usage. I have no feedback to provide.
Automated PR — the Google Discovery API specs have changed and the
generated skill files are out of date.
Created by the Generate Skills workflow (
generate-skills.yml).